Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lendi-ui/typography

Package Overview
Dependencies
Maintainers
0
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lendi-ui/typography

Typography including Body, Heading, Overline, and Link.

  • 5.13.19
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
290
decreased by-47.37%
Maintainers
0
Weekly downloads
 
Created
Source

@lendi-ui/typography

Typography including Body, Heading, Overline, and Link.

Installation

yarn add @lendi-ui/typography

Usage

  • Body
import { Body } from '@lendi-ui/typography';
<Body size="lg" color="warn.500">
  The quick brown fox jumps over the lazy dog
</Body>;
  • Heading
import { Heading } from '@lendi-ui/typography';
<Heading size="lg" color="warn.500">
  The quick brown fox jumps over the lazy dog
</Heading>;
  • Link
import { Link } from '@lendi-ui/typography';
<Link>quick brown fox</Link>;
  • Overline
import { Overline } from '@lendi-ui/typography';
<Overline>quick brown fox</Overline>;

FAQs

Package last updated on 28 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc